home *** CD-ROM | disk | FTP | other *** search
-
- #c_source
- char * mx_labels[]={"Amiga 500","Amiga 1000","Amiga 2000",
- "Amiga 3000","Amiga 4000",NULL};
-
-
- #end_source
-
- Projectname InnerGui
-
- HBox
- vbox
- end
- MX
- stdline 5
- stdcol 2
- tags GTMX_Labels,(ULONG)mx_labels
- id 1
- end
- button
- vrel 1
- text "Just a Test"
- id 2
- end
- end
-
- #c_source
-
- int Custom(struct WinInfo *winfo,
- struct NewGadget *ng,
- struct GadInfo *gad,
- int left, int top, int width, int height)
- {
- if(winfo->Render) {
- DrawBevelBox(winfo->Window->RPort,ng->ng_LeftEdge,ng->ng_TopEdge,
- ng->ng_Width,ng->ng_Height,
- GT_VisualInfo,winfo->Visual,TAG_DONE);
- }
-
- return(SubGui(winfo,&InnerGui,ng->ng_LeftEdge,ng->ng_TopEdge,
- ng->ng_Width,ng->ng_Height));
- }
-
- #end_source
-
- ProjectName TestPro
- VBox
- Custom
- Custom Custom
- id 0
- end
-
- hbox
- stdline 1
- button
- text "OK"
- id 4
- end
- hbox
- end
- button
- text "Cancel"
- id 5
- end
- end
- end
-
-
-
-